Log In  
[back to top]

[ :: Read More :: ]

Cart #picocraftgame-1 | 2021-06-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A 2D recreation of Minecraft, with placing blocks, destroying them, and choosing them!

WARNING!

If you are planning to play this on a raspberry pie, DON'T! this game uses the devkit mouse, which most devices don't have.

Controls

  • Left click: Destroy blocks
  • Right click: Place blocks
  • Middle click: Eyedrop
  • Scroll wheel: Choose blocks

A message for modders and beginners

This game is mostly aimed for modders and beginners, since you can add new blocks easily by just changing the value "mxblock" and adding new blocks in the sprite editor, make sure that you give the blocks flag 0! that's how the game knows it's a "block".

Credits

  • Notch: making Minecraft
  • Czarlo: me, recreating it
  • ReeceGames: recreating the textures because they kinda sucked (his profile is this)
P#93122 2021-06-07 00:55 ( Edited 2021-06-08 19:54)

[ :: Read More :: ]

Cart #tennisballstitle-0 | 2021-06-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Story behind the game

You play as a small dog named Scout, he has to spend some time outside but he realized he left his tennis balls outside! He goes on a quest to get them all back inside, although there are some obstacles in his way, such as water and bushes.

Your quest

  • Get all tennis balls
  • Get a world record
  • Get as least deaths as possible

Characters

Enemies

Where it's from

This very short game was made for the Summer Break Jam hosted on itch, which lasted a week for any kids who were looking to make a game in their spare time, and the theme was "Secret to life".

Credits

Gabe (making music): https://bit.ly/2U87Yg4
Czarlo (making the game): https://bit.ly/3xUxhRI

P#92938 2021-06-02 22:48 ( Edited 2021-06-26 03:41)

[ :: Read More :: ]

I made a 3D Jelpi in Magicavoxel and thought you guys might like to see it!

P#92732 2021-05-28 16:36 ( Edited 2021-05-28 18:14)

[ :: Read More :: ]

Cart #altpal-0 | 2021-05-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10


Here's another alternate palette cart, although this one is a bit more optimized and easy to put in a game with just ONE function!

Function if anybody wants to copy it:

function altpal()
 for i=0,15 do
  pal(i,i+128,1)
 end
end

Basically how it works:

As you can see from the gif, there is a menu-item that will change the palette from the regular PICO-8 palette to the alternate one.

That's pretty much it, just a little base for any games taking advantage of this

Also, if you want to learn more about these alternate colors, Lazy Devs has a much more in-depth video about it

P#92647 2021-05-27 05:39 ( Edited 2021-05-27 05:47)

[ :: Read More :: ]

Cart #yoshiceleste2-0 | 2021-05-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17


Basically a mod of celeste 2, which replaces:

  1. The player sprite with Yoshi
  2. Grappling hook with mushroom
  3. Hook with tongue
  4. Title screen

Also, this was kind of a group project since ScrubSandwich (his account is https://bit.ly/3bOopUT) helped to make the hook into a tongue, he also basically made all of the sprites too.

It all started from this sprite I made for fun though

He showed his progress with this one gif in the official discord server with this:

It was pretty funny, since celeste just sticks her tongue out and uses it as a hook.

After that, he posted the cart .png with yoshi as the player and a few other changes to the sprites into the discord server and I started modding it until it was ready, then I posted it here!

(Go check out ScrubSandwich's profile, he's pretty good at coding if I do say so myself 😎: https://bit.ly/3bOopUT)

A look at the finished cart's title screen and first level:

P#92436 2021-05-23 04:18 ( Edited 2021-05-23 04:38)